projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b345e36
)
Deprecate arrow_type and shadow_type direct access in GtkArrow.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:55 +0000
(10:56 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:55 +0000
(10:56 +0000)
* gtk/gtkarrow.h: Deprecate public object fields by GSEAL.
svn path=/trunk/; revision=20480
gtk/gtkarrow.h
patch
|
blob
|
history
diff --git
a/gtk/gtkarrow.h
b/gtk/gtkarrow.h
index cdb5d50768ec278853d11604ccc1030b6d118e8d..08fca7175db0a19bf52da5ee42c8c8b63d6ba62a 100644
(file)
--- a/
gtk/gtkarrow.h
+++ b/
gtk/gtkarrow.h
@@
-54,8
+54,8
@@
struct _GtkArrow
{
GtkMisc misc;
- gint16
arrow_type
;
- gint16
shadow_type
;
+ gint16
GSEAL(arrow_type)
;
+ gint16
GSEAL(shadow_type)
;
};
struct _GtkArrowClass